(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/exec.h>
LONG RawMayGetChar()
LOCATION
In SysBase at offset 85
FUNCTION
Check if there is a character on the raw console.
INPUTS
None.
RESULT
The character or -1 if there was none.
NOTES
This function is for very low level debugging only.
EXAMPLE
BUGS
SEE ALSO
RawIOInit()
,
RawPutChar()
,
RawMayGetChar()
INTERNALS
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.